home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 40 / Amiga Format CD40 (1999-05-11)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-06].iso / -in_the_mag- / recent_reviews / drivelight / wb_drivelight < prev    next >
Text File  |  1999-03-31  |  394b  |  12 lines

  1. ; Simple string startup for DriveLight+
  2. ; Uses RequestString (& thus ReqTools).
  3. ; Only works for single devices so far;
  4. ; Use Shell to monitor several at once.
  5. ; By Simon N Goodwin, 10-29th May 1998.
  6.  
  7. requeststring title "Enter device name to monitor" "scsi.device" >t:devlights
  8. type t:devlights >env:templights ; Strip quotes
  9. drivelight+ $templights
  10. ;delete t:devlights
  11. ;delete env:templights
  12.